func reflect.align
11 uses
reflect (current package)
abi.go#L143: a.stackBytes = align(a.stackBytes, uintptr(t.Align()))
abi.go#L317: a.stackBytes = align(a.stackBytes, alignment)
abi.go#L424: spill = align(spill, uintptr(arg.Align()))
abi.go#L433: spill = align(spill, goarch.PtrSize)
abi.go#L438: retOffset := align(in.stackBytes, goarch.PtrSize)
type.go#L2354: offset := align(size, uintptr(ft.Align_))
type.go#L2426: s := align(size, uintptr(typalign))
type.go#L2822: Size_: align(abid.retOffset+abid.ret.stackBytes, goarch.PtrSize),
value.go#L580: frameSize = align(frameSize, goarch.PtrSize)
value.go#L941: func align(x, n uintptr) uintptr {
value.go#L1104: methodFrameSize = align(methodFrameSize, goarch.PtrSize)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |